Repetition Enumeration

Represents if an image can be repeated or stretched over an area.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum Repetition

Members

NoRepeat0 Image should not be repeated.
Repeat1 Image should be repeated.
Stretch2 Image should be stretched over an area.
None3 None.

See Also